home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / vaquinha.swf / scripts / frame_21 / DoAction_4.as < prev    next >
Text File  |  2012-04-23  |  234b  |  16 lines

  1. if(gameover eq true)
  2. {
  3.    tellTarget("explorer")
  4.    {
  5.       skill = eval("..:skilllevel");
  6.       if(-1 < this.scores)
  7.       {
  8.          gotoAndStop(4);
  9.       }
  10.       else
  11.       {
  12.          gotoAndPlay(11);
  13.       }
  14.    }
  15. }
  16.